HTMLify

NIOS Sr.Secondary (Block-2)
Views: 44 | Author: himanshu
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> NIOS Sr.Secondary (Block-2)</title>
    <style>
        body {
            background-color: #1e1e1e;
            color: #ffffff;
            font-family: 'Courier New', Courier, monospace;
            margin: 0;
            padding: 0;
        }
        header {
            text-align: center;
            padding: 20px;
        }
        h1 {
            font-size: 32px;
        }
        .bracket {
            color: #f92672;
        }
        section {
            background-color: #2d2d2d;
            margin: 20px auto;
            padding: 20px;
            max-width: 800px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
        h2 {
            font-size: 24px;
            color: #66d9ef;
        }
        .join-button {
            display: inline-block;
            background-color: #0088cc;
            color: #ffffff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            margin-top: 10px;
        }
        .join-button:hover {
            background-color: #006699;
        }
        .cheakout{
            display: inline-block;
            background-color: #0088cc;
            color: #ffffff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            margin-top: 10px;
        }
        .cheakout:hover{
            background-color: #006699;
        }
        footer {
            text-align: center;
            padding: 10px;
            font-size: 14px;
        }
    </style>
</head>
<body>
    <header>
        <h1>
            <span class="bracket">{</span>
            NIOS Sr.Secondary (Block-2)
            <span class="bracket">}</span>
        </h1>
    </header>
    <main>
        <section id="intro">
            <h2>Welcome to NIOS Sr.Secondary (Block-2)</h2>
            <p>
                This website provides a platform for NIOS Class 12 Block 2 students to connect and stay updated.
            </p>
        </section>
        <section>
            <section id="rules">
                <h2>📜 Group Rules 📜</h2>
                <ul>
                    <li><strong>1️⃣ Respect & Courtesy:</strong> Treat everyone with kindness and respect.</li>
                    <li><strong>2️⃣ Stay on Topic:</strong> Discussions should be related to NIOS Class 12 studies.</li>
                    <li><strong>3️⃣ No Spam or Promotions:</strong> Only share educational content.</li>
                    <li><strong>4️⃣ Use Proper Language:</strong> Avoid offensive or inappropriate words.</li>
                    <li><strong>5️⃣ No Misinformation:</strong> Share only verified study materials.</li>
                    <li><strong>6️⃣ Group Privacy & Safety:</strong> Do not share personal information.</li>
                    
                </ul>
                <p>📌 Breaking these rules may result in a warning or removal from the group.</p>
                <p>Let’s help each other and achieve our goals! 🚀📚</p>
            </section>
        </section>
        <!-- <section id="telegram">
            <h2>Join Our Telegram Group</h2>
            <p>
                Click the button below to join our Telegram group for updates, discussions, and support:
            </p>
            <a href="https://t.me/yourtelegramlink" class="join-button" target="_blank">Join Now</a>
        </section> -->
        <section id="whatsapp">
            <h2>Join Our Whatsapp Group</h2>
            <p>
                Click the button below to join our whatsapp group for updates, discussions, and support:
            </p>
            <a href="https://chat.whatsapp.com/CCzG8gkbDjiHbD1UzonDLS" class="join-button" target="_blank">Join Now</a>
        </section>
        <section id="syllabus">
            <h2>Syllabus</h2>
            <p>
                Click the button below bifurcation of Syllabus:
            </p>
            <a href="https://www.nios.ac.in/student-information-section/syllabus-sample-question-paper(sr-secondary).aspx" class="cheakout" target="_blank">Cheakout</a>
        </section>
<section id="Courses">
            <h2>Sr. Secondary Courses</h2>
            <p>
                Click the button below for Sr. Secondary Courses:
            </p>
            <a href="https://www.nios.ac.in/online-course-material/sr-secondary-courses.aspx" class="cheakout" target="_blank">Cheakout</a>
        </section>
<section id="Courses">
            <h2>Class 12th NIOS Subjects Progress Tracker</h2>
           
            <a href="https://drive.google.com/file/d/1kcUAVYuG0SRvneAWoFNs90NZGpdGWmfz/view?usp=sharing" class="cheakout" target="_blank">Download</a>
        </section>

    </main>
    <footer>
        <p>© 2025 NIOS Sr.Secondary (Block-2). All rights reserved.</p>
    </footer>
</body>
</html>

Comments